math/big.nat.trunc (method)
15 uses
math/big (current package)
nat.go#L827: func (z nat) trunc(x nat, n uint) nat {
nat.go#L1090: z2 = z2.trunc(z2, n)
nat.go#L1126: *powers[1] = powers[1].trunc(x, logM)
nat.go#L1130: *p = p.trunc(*p, logM)
nat.go#L1132: *p1 = p1.trunc(*p1, logM)
nat.go#L1164: z = z.trunc(z, logM)
nat.go#L1168: z = z.trunc(z, logM)
nat.go#L1172: z = z.trunc(z, logM)
nat.go#L1176: z = z.trunc(z, logM)
nat.go#L1181: z = z.trunc(z, logM)
nat.go#L1390: x = x.trunc(x, n)
nat.go#L1392: x = nat(nil).trunc(x, n)
nat.go#L1398: y = y.trunc(y, n)
nat.go#L1400: y = nat(nil).trunc(y, n)
nat.go#L1414: z = z.trunc(z, n)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |